Dear Users: This is my first attempt at Modula-2 programming. I have found it to be much better than any other language I have used. In this arc file I have provided two versions of a memory dump program. The first program, HexDump, querys the user for the starting memory location and the ending memory location and then dumps memory to the screen. The second program, HexDump1, has the following usage: CLI>HexDump1 fe0dc6 fe0e18 Any delimiter can be use for HexDump1. Both programs were written to be run from CLI. As you will see I have not used implementation modules. Since this is my first attempt at Modula-2 programming I wanted to let others use the programs and provide me with feedback. My goal is to generate a Hex module consisting of hex routines and to generate a two pass disassembler. Should you have any questions or comments please leave a message. My ID is 71550,2531. Thanks Rick M.